home *** CD-ROM | disk | FTP | other *** search
/ PC Open 108 / PC Open 108 CD 1.bin / CD1 / INTERNET / EMAIL / pop file / setup.exe / $_1_ / XML / expat.iss (.txt) < prev    next >
Encoding:
Inno Setup Script  |  2004-06-01  |  3.8 KB  |  57 lines

  1. ; Basic setup script for the Inno Setep installer builder.  For more
  2. ; information on the free installer builder, see www.jrsoftware.org.
  3. ; This script was contributed by Tim Peters.
  4. ; The current version is used with Inno Setup 2.0.19.
  5. [Setup]
  6. AppName=expat
  7. AppId=expat
  8. AppVersion=1.95.5
  9. AppVerName=expat 1.95.5
  10. AppCopyright=Copyright 
  11.  1998-2002 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
  12. DefaultDirName={sd}\Expat-1.95.5
  13. AppPublisher=The Expat Developers
  14. AppPublisherURL=http://www.libexpat.org/
  15. AppSupportURL=http://www.libexpat.org/
  16. AppUpdatesURL=http://www.libexpat.org/
  17. UninstallDisplayName=Expat XML Parser (version 1.95.5)
  18. UninstallFilesDir={app}\Uninstall
  19. Compression=bzip/9
  20. SourceDir=..
  21. OutputDir=win32
  22. DisableStartupPrompt=yes
  23. AllowNoIcons=yes
  24. DisableProgramGroupPage=yes
  25. DisableReadyPage=yes
  26. [Files]
  27. CopyMode: alwaysoverwrite; Source: xmlwf\Release\*.exe;        DestDir: "{app}"
  28. CopyMode: alwaysoverwrite; Source: win32\MANIFEST.txt;         DestDir: "{app}"
  29. CopyMode: alwaysoverwrite; Source: Changes;                    DestDir: "{app}"; DestName: Changes.txt
  30. CopyMode: alwaysoverwrite; Source: COPYING;                    DestDir: "{app}"; DestName: COPYING.txt
  31. CopyMode: alwaysoverwrite; Source: README;                     DestDir: "{app}"; DestName: README.txt
  32. CopyMode: alwaysoverwrite; Source: doc\*.html;                 DestDir: "{app}\Doc"
  33. CopyMode: alwaysoverwrite; Source: doc\*.css;                  DestDir: "{app}\Doc"
  34. CopyMode: alwaysoverwrite; Source: doc\*.png;                  DestDir: "{app}\Doc"
  35. CopyMode: alwaysoverwrite; Source: lib\Release\*.dll;          DestDir: "{app}\Libs"
  36. CopyMode: alwaysoverwrite; Source: lib\Release\*.lib;          DestDir: "{app}\Libs"
  37. CopyMode: alwaysoverwrite; Source: lib\Release-w\*.dll;        DestDir: "{app}\Libs"
  38. CopyMode: alwaysoverwrite; Source: lib\Release-w\*.lib;        DestDir: "{app}\Libs"
  39. CopyMode: alwaysoverwrite; Source: lib\Release_static\*.lib;   DestDir: "{app}\StaticLibs"
  40. CopyMode: alwaysoverwrite; Source: lib\Release-w_static\*.lib; DestDir: "{app}\StaticLibs"
  41. CopyMode: alwaysoverwrite; Source: expat.dsw;                  DestDir: "{app}\Source"
  42. CopyMode: alwaysoverwrite; Source: bcb5\*.*;                   DestDir: "{app}\Source\bcb5"
  43. CopyMode: alwaysoverwrite; Source: lib\*.c;                    DestDir: "{app}\Source\lib"
  44. CopyMode: alwaysoverwrite; Source: lib\*.h;                    DestDir: "{app}\Source\lib"
  45. CopyMode: alwaysoverwrite; Source: lib\*.dsp;                  DestDir: "{app}\Source\lib"
  46. CopyMode: alwaysoverwrite; Source: examples\*.c;               DestDir: "{app}\Source\examples"
  47. CopyMode: alwaysoverwrite; Source: examples\*.dsp;             DestDir: "{app}\Source\examples"
  48. CopyMode: alwaysoverwrite; Source: tests\*.c;                  DestDir: "{app}\Source\tests"
  49. CopyMode: alwaysoverwrite; Source: tests\*.h;                  DestDir: "{app}\Source\tests"
  50. CopyMode: alwaysoverwrite; Source: tests\README.txt;           DestDir: "{app}\Source\tests"
  51. CopyMode: alwaysoverwrite; Source: xmlwf\*.c*;                 DestDir: "{app}\Source\xmlwf"
  52. CopyMode: alwaysoverwrite; Source: xmlwf\*.h;                  DestDir: "{app}\Source\xmlwf"
  53. CopyMode: alwaysoverwrite; Source: xmlwf\*.dsp;                DestDir: "{app}\Source\xmlwf"
  54. [Messages]
  55. WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard
  56. WelcomeLabel2=This will install [name/ver] on your computer.%n%nExpat is an XML parser with a C-language API, and is primarily made available to allow developers to build applications which use XML using a portable API and fast implementation.%n%nIt is strongly recommended that you close all other applications you have running before continuing. This will help prevent any conflicts during the installation process.
  57.